home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 15 / macformat_15.iso / Shareware Internet / Desarrolladores / CW TCL port package 1.9.1 / **README1.9.1.standalone / **README1.9.1.standalone.rsrc / PICT_9.png < prev    next >
Portable Network Graphic  |  1995-12-26  |  61KB  |  816x1056  |  8-bit (256 colors)
Labels: book | chat room | crt screen | monitor | reckoner | sky | trade name
OCR: CHAPTER Changes in Coding Technique This section describes some differences between the Symantec C++ version of the TC modified TCL for CodeWarrior. C++ Templates The Metrowerks implementation of templates has some subtle differences from Syman implement tation. Symantec C++ relies on two pragmas to control the instantiation oft #pragma template access #pue pragma templ ate These pragmas are not recogniz not necessary) with CodeWarrior. For the most part, CodeWarrior will automatically generate the template inst need for your code if you make the template definition (.tem file) avail lable actually used. In those cases where + does not (or where you wish to have separately) you may force templ late instant: iat ion by adding anc. my templ late<my class>; you have been using prior versions ...